FlexReport for WinForms
C1Image コンストラクタ(Byte[],C1ImageFormat)


C1.Win.Document.10 アセンブリ > C1.Win.Document 名前空間 > C1Image クラス > C1Image コンストラクタ : C1Image コンストラクタ(Byte[],C1ImageFormat)
System.Byte の画像データ配列。
C1ImageFormat
C1Image クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal data() As System.Byte, _
   ByVal format As C1ImageFormat _
)
'使用法
 
Dim data() As System.Byte
Dim format As C1ImageFormat
 
Dim instance As New C1Image(data, format)
public C1Image( 
   System.byte[] data,
   C1ImageFormat format
)

パラメータ

data
System.Byte の画像データ配列。
format
C1ImageFormat
参照

参照

C1Image クラス
C1Image メンバ
オーバーロード一覧